home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / symbcprod.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  456 b   |  23 lines

  1. .TH SYMBCPROD
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SYMBCPROD
  5.  
  6.  
  7.  
  8.  CurveType SYMBCPROD( CurveType Crv1, CurveType Crv2 )
  9.  
  10.  or
  11.  
  12.  SurfaceType SYMBCPROD( SurfaceType Srf1, SurfaceType Srf2 )
  13.  
  14. Computes the symbolic cross product of the given two curves or surfaces as
  15. a curve or surface.
  16.  
  17. Example:
  18.  
  19.  NrmlSrf = SYMBCPROD( sderive( Srf, ROW ), sderive( Srf, COL ) )
  20.  
  21. computes a normal surface as the cross product of the surface two partial
  22. derivatives (see SNRMLSRF).
  23.